home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / wik.xml < prev    next >
Text File  |  2002-09-27  |  950b  |  36 lines

  1. <search function="wik">
  2.   <name>Wikipedia</name>
  3.   <category>Reference</category>
  4.   <contributor>Thad Kerosky</contributor>
  5.   <link>http://www.wikipedia.org/</link>
  6.   <description>
  7.   An open encylopedia based upon visitor contributions.
  8.   <div class="helpboxDescLabels">Example:</div> 
  9.     <table class="helpboxDescTable">
  10.       <tr>
  11.         <td>wik tuscanny</td>
  12.       </tr>
  13.     </table>
  14.   </description>
  15.   <form name="wikf"
  16.         method="get"
  17.         action="http://www.wikipedia.org/w/wiki.phtml">
  18.     <input type="hidden" name="search" value="" />
  19.   </form>
  20.   <script><![CDATA[
  21.     function wik(q)
  22.     {
  23.       if( nullArgs("wik", q) )
  24.         return;
  25.  
  26.       document.wikf.search.value = q;
  27.       submitForm(wikf);
  28.     }
  29.   ]]></script>
  30.  
  31.   <copyright>
  32.     Copyright (c) 2002 David Bau
  33.     Distributed under the terms of the
  34.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  35.   </copyright>
  36. </search>